Java Virtual Machine - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Java Virtual Machine - translation to Αγγλικά

RUNTIME ENVIRONMENT THAT CAN EXECUTE JAVA BYTECODE AS A RESULT OF COMPILING COMPUTER PROGRAMS WRITTEN IN THE JAVA PROGRAMMING LANGUAGE
Jvm; JVM; Java VM; JavaVM; Java vm; Java sandbox; C to Java byte-code compiler; Java runtime system; C to Java Virtual Machine compilers; JSR 924; Java Virtual Machine heap; JVM heap; Permanent Generation; Jvm architecture; Permanent generation; Permgen; PermGen; Jucheck.exe process; Java Virtual Machine; Java Virtual Machine Specification; Java runtime; TeaVM; Bck2Brwsr; Java-to-JavaScript compilers
  • Overview of a Java virtual machine (JVM) architecture based on The Java Virtual Machine Specification Java SE 7 Edition

Java Virtual Machine         
Java Virtual Machine, JVM, Software für die Ausführng von java Programme notwendig (Computer)
Virtual Machine         
  • Logical diagram of full virtualization
SOFTWARE THAT EMULATES AN ENTIRE COMPUTER, OFTEN USED TO PROVIDE A DIFFERENT OPERATING SYSTEM OR HARDWARE ARCHITECTURE THAN THE HOST SYSTEM
Virtual machines; Virtual Machine; Virtual operating system; Amiga virtual machine; Overlay computer; Virtual processing; Virtual platform; Virtual platforms; Application virtual machine; Virtual Platform; Process virtual machine; Virtual computer; Systems virtualization; Virtual computing; Managed runtime environment
Virtuelle Maschine, geschützter Speicherbereich auf dem ein Programm in Multitasking läuft
virtual memory         
  • The University of Manchester [[Atlas Computer]] was the first computer to feature true virtual memory.
OPERATING SYSTEM LEVEL MEMORY MANAGEMENT TECHNIQUE
Virtual storage; Virtual Memory; /dev/drum; Memory maps; VSIZE; Virtual memoy; Paged virtual memory; Memoria virtual; Virtual address translation
virtuelles Gedächtnis (Vergrößerung des Hauptgedächtnis im Computer durch die Diskette)

Ορισμός

Java Virtual Machine
<language, architecture> (JVM) A specification for software which interprets Java programs that have been compiled into byte-codes, and usually stored in a ".class" file. The JVM instruction set is stack-oriented, with variable instruction length. Unlike some other instruction sets, the JVM's supports object-oriented programming directly by including instructions for object method invocation (similar to subroutine call in other instruction sets). The JVM itself is written in C and so can be ported to run on most platforms. It needs thread support and I/O (for dynamic class loading). The Java byte-code is independent of the platform. There are also some hardware implementations of the JVM. {Specification (http://javasoft.com/docs/books/vmspec/html/VMSpecTOC.doc.html)}. {Sun's Java chip (http://news.com/News/Item/0,4,9328,00.html)}. [Documentation? Versions?] (2000-01-03)

Βικιπαίδεια

Java virtual machine

A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes what is required in a JVM implementation. Having a specification ensures interoperability of Java programs across different implementations so that program authors using the Java Development Kit (JDK) need not worry about idiosyncrasies of the underlying hardware platform.

The JVM reference implementation is developed by the OpenJDK project as open source code and includes a JIT compiler called HotSpot. The commercially supported Java releases available from Oracle are based on the OpenJDK runtime. Eclipse OpenJ9 is another open source JVM for OpenJDK.